home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
crwdemo
/
logonsev.frm
< prev
next >
Wrap
Text File
|
1995-12-05
|
2KB
|
57 lines
VERSION 2.00
Begin Form LogonSever
BackColor = &H00C0C0C0&
Caption = "SQL Server(explicit)"
ClientHeight = 4020
ClientLeft = 1095
ClientTop = 1485
ClientWidth = 7365
Height = 4425
Left = 1035
LinkTopic = "Form2"
ScaleHeight = 4020
ScaleWidth = 7365
Top = 1140
Width = 7485
Begin TextBox Text2
Height = 495
Left = 2400
TabIndex = 3
Text = "Text2"
Top = 2760
Width = 2415
End
Begin TextBox Text1
Height = 495
Left = 2400
TabIndex = 2
Text = "Text1"
Top = 1800
Width = 2415
End
Begin CommandButton Command2
Caption = "Command2"
Height = 1215
Left = 360
TabIndex = 1
Top = 2070
Width = 1695
End
Begin CommandButton Command1
Caption = "Command1"
Height = 1215
Left = 360
TabIndex = 0
Top = 675
Width = 1695
End
End
Sub Form_Load ()
dllname = InputBox("Enter DLL name: ", "DLL Name")
If dllname <> "pdsodbc.dll" Then
MsgBox "Cannot recognize DLL Name."
End If
End Sub